HideIt 0.71
(view full screen with word wrap)
=======================================================================================
This module hides all items except the items you specify.  Categories can be inverted to hide only the items you specify as well.

*2 BIG IMPORTANT NOTES HERE*
  1)  The module starts stopped.  This is to prevent someone from loading the module
	and crashing out because an item dropped.  use:  .hideit start   to start the module

  2)  The showall and invert variables aren't saved and loaded to the config properly yet. 
	What this effectively means is everytime you load the module or reload the config, 
	these will need to be set again.

Commands:
    add     [Lesser | Normal | Superior | Magic | Rare | Set | Unique | Other | All] [Item Code(s)] 
    show    [Lesser | Normal | Superior | Magic | Rare | Set | Unique | Other | All]  
    showall [Lesser | Normal | Superior | Magic | Rare | Set | Unique | Other | All] <true | false> 
    invert  [Lesser | Normal | Superior | Magic | Rare | Set | Unique | Other | All] <true | false> 
    reload
    status
    start
    stop
    help

Installation:
    Copy HideIt.d2h and HideIt.ini to your D2HackIt folder and use ".load hideit" to load the module.
	Then use .hideit start to run the module

Command Description:
    add:  Add items to a category list.  See itemcodes.txt for a listing of item codes.

    show: Shows the items in a particular category

    showall: Shows all items in a category.  This overrides items in the config ie.  ".hideit showall normal true"  
	will enable showall for normal.  Any normal item that drops will be shown, regardless of the config

    invert: Inverts a category.  The default of hideit is to hide all but what you want.  
	With this enabled, it does the opposite.  Everything will be shown, except what's in the config category

    status: Shows the status of showall and invert

    stop:  stops the module

    start: starts the module

Notes:
    As of now, the only way to remove an item is to make sure the module, is stopped, open the ini file
	and manually remove the item.  You must also make sure you keep the item#= sequential starting with 0.
	ie.  This will not work:
	item0=
	item2=
	item3=
	After manually removing the entry, use  .hideit reload then .hideit start

History
    04.02.02  - First version (0.60) released
    06.02.02  - Version 0.65 released
		Fixed problem with invert code
		Fixed reload bug .. just use .hideit start to start now
		Added Superior and Lesser to item categories
    11.02.02  - Fixed another invert bug... should finally work properly now.
    16.02.02  - 0.70 stated it was 0.65 still.  This has been changed to 0.71.  
		Also, an example ini file was included.
		NO ACTUAL CODE CHANGES
Next Version (hopefully)
  - Have ShowAll and Invert variables saved/loaded correctly
  - Add GetCode function to get item codes (less need for itemcodess.txt)
  - Ability to remove items via module commands
=======================================================================================
FallNAngel